Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotsPanel<S> Class / Foreground Property


In This Topic
    Foreground Property (CalendarSlotsPanel<S>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property Foreground As Android.Graphics.Drawables.Drawable
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim value As Android.Graphics.Drawables.Drawable
     
    instance.Foreground = value
     
    value = instance.Foreground
    public virtual Android.Graphics.Drawables.Drawable Foreground {get; set;}
    See Also